home *** CD-ROM | disk | FTP | other *** search
/ SunSoft Catalyst CDWARE 1996 May to August / Catalyst CDWARE 1996 May to August.iso / .products / Microport_Systems / _install / notOS.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  1996-04-05  |  337b  |  12 lines

  1. #!/bin/sh
  2.  
  3.         echo ""
  4.         echo "This trial software install is for Solaris 2.x SPARC only."
  5.         echo ""
  6.         echo "Send email to support@microport.com and you will receive"
  7.           echo "an FTP address for picking up Solaris 1.x."
  8.         echo ""
  9.         echo "Use your mouse to Quit this window."
  10.         read return
  11. exit 0
  12.